home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON07 / ACT07A / L07A2.DIR / Internal_26.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  118 b   |  8 lines

  1. on reinitActivityT
  2.   if objectp(gameObj) then
  3.     killActorList(gameObj)
  4.   end if
  5.   updateStage()
  6.   go("shuffle")
  7. end
  8.